export declare class CodegenProxy { static formatCode: (data?: any) => Promise; static diagnostic: (data?: any) => Promise; }