export declare function generateIntrinsicFunction(name: string, args: string[]): { code: string; additionalCode: string; };