export declare const unwrapFunction: (maybeFunction: unknown) => Promise<any>;
