import { DiagnosticoSeveridade, EntradaTabelaDiagnosticoSemanticoInterface } from '../interfaces';
export declare const TABELA_ERROS_SEMANTICOS: EntradaTabelaDiagnosticoSemanticoInterface[];
export declare const TABELA_AVISOS_SEMANTICOS: EntradaTabelaDiagnosticoSemanticoInterface[];
export declare function inferirCodigoDiagnosticoSemantico(mensagem: string, severidade: DiagnosticoSeveridade): string;
//# sourceMappingURL=tabela-diagnosticos-semanticos.d.ts.map