declare class Errors { missingTableBuilder(tableName: string): string; } declare const errors: Errors; export default errors;