declare namespace prefix {
    function dash(name: string): string;
}
declare function prefix(name: string): string;

export = prefix;
