import { InitialValueParams, InitialValueProperty } from '@sanity/types'; export declare function resolveValue(initialValueOpt: InitialValueProperty, params?: InitialValueParams): Promise; //# sourceMappingURL=resolveValue.d.ts.map