interface ToDictionaryOptions { seperator?: string | RegExp; sanitize?: boolean; } declare const main: (text: string, options?: ToDictionaryOptions) => Record; export default main; export type { ToDictionaryOptions }; //# sourceMappingURL=toDictionary.d.ts.map