export * from './enums'; export declare type UnwrappedPromise = T extends Promise ? Return : T;