/**
 * Replace "/" occurrences with "_"
 * and any other file path unsafe character with "!"
 */
export declare function filenamify(name: string): string;
