export declare const usePromise: (pLib: any) => void;
export declare const getPromise: () => PromiseConstructor;
