export declare function getResolveValue(value: { initial?: T; sticky?: T; } | [initial?: T, sticky?: T] | undefined | null, initialValue?: T | undefined): { initial: T; sticky: T; } | null; //# sourceMappingURL=utils.d.ts.map