/** * Get functions with typescript typing */ export declare const getTypedFunction: (code: string, typescript?: boolean, typeParameter?: string) => string;