/**
 * Main transpilation function that converts JS/TS to lambda calculus
 */
export declare function transpile(code: string): string;
