export declare class Extract { table: string; view: string; constructor(table?: string, view?: string); }