export declare const esModuleNotFound: (filepath: string) => string; export declare const couldNotGenerateTable: (error: Error) => string; export declare const documentNotFound: (filepath: string) => string; export declare const schemaNotFound: (name: string, filepath: string) => string; export declare const placeholderNotFound: (placeholder: string, filepath: string) => string; //# sourceMappingURL=error-messages.d.ts.map