/**
 * Return the name with any leading '@' removed.
 */
export declare function cleanName(n: string): string;
//# sourceMappingURL=name.d.ts.map