export declare function makeNewIdentifier(): string;
/**
 * Checks all words in a string and mangles the ids
 * @param source
 * @returns mangled code
 */
export declare const mangle: (source: string) => string;
