export declare function formatEnum(type: string): string;
export declare function parseEnumValues(type: string): string[];
