type Use = <T>(promise: Promise<T>) => T;
export declare const use: Use;
export {};
