export type Supplier = T | Promise | (() => T | Promise); export declare const Supplier: { get: (supplier: Supplier) => Promise; };