export namespace SLANG_WORDS { export { SPANISH_SLANG as es }; export { ENGLISH_SLANG as en }; export { FRENCH_SLANG as fr }; export { ITALIAN_SLANG as it }; export { PORTUGUESE_SLANG as pt }; export { GERMAN_SLANG as de }; export { DUTCH_SLANG as nl }; } export const SPANISH_SLANG: any; export const ENGLISH_SLANG: any; export const FRENCH_SLANG: any; export const ITALIAN_SLANG: any; export const PORTUGUESE_SLANG: any; export const GERMAN_SLANG: any; export const DUTCH_SLANG: any; //# sourceMappingURL=slang-dictionaries.data.d.ts.map