export function classifyTokens(tokens: any): any; export namespace CODE_SECU { const id: string; const name: string; } export namespace CODE_TRAVAIL { const id_1: string; export { id_1 as id }; const name_1: string; export { name_1 as name }; } export const codesFullNames: { [x: string]: { id: string; name: string; }; }; export function extractReferences(text: any): any;