import { EncodeComponent as EC } from '../runtime'; import { ConstantEncode } from '../spec'; export type ConstantOptions = Omit; /** * Extract a column of data filled with the specified constant. */ export declare const Constant: EC;