interface KeyValue { [key: string]: any; } export declare function MergeOpts(schemaOpts?: KeyValue, stateOpts?: KeyValue): KeyValue; export {};