import { DataComponent as DC } from '../runtime'; import { JoinTransform } from '../spec'; export type JoinOptions = Omit; /** * Join data with another dataset by SQL style. */ export declare const Join: DC;