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