export declare function resolveFunction<T>(data: T | (() => T)): T;
//# sourceMappingURL=functions.d.ts.map