declare function formatTitle(title: string, separator?: RegExp): string;

export { formatTitle as default };
