/**
 * Returns a dasherized title
 * @param title - The title to dasherize
 */
export declare function getTitle(title: string): string;
