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