export declare type TransformOptions = { source: string; filename?: string; ts?: Boolean; retainLines?: Boolean; legacy?: Boolean; };