declare const constants: { delimiters: { start: string; end: string; }; empty: string; locale: string; mimeType: string; }; export default constants;