type Use = (promise: Promise, site?: symbol | string) => T; export declare const __use: Use; export {};