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