export declare const formatName: (name: string | [string, ...(string | number)[]]) => string;
