export declare function textToSqliteProxy(text: string, options?: {
    mode?: 'factory' | 'singleton';
    type?: 'commonjs' | 'module';
}): string;
