export declare function textToTypes(text: string): {
    tableTypes: string;
    proxyFields: string;
    schemaFields: string;
};
export declare function trimCode(code: string): string;
export declare function toTypeName(name: string): string;
