declare function getEnumAsyncType(enums: any[]): Promise<[string, (string | undefined)?]>;

export { getEnumAsyncType };
