interface Options { trailing_index?: boolean; trailing_html?: boolean; } declare function prettyUrls(url: string, options?: Options): string; export = prettyUrls;