export interface MergeableOptions { merge?: (localValue: any, remoteValue: any) => any; type?: string; } export declare function Mergeable(options?: MergeableOptions): (ctor: new (...args: any[]) => any) => void; //# sourceMappingURL=mergeable.d.ts.map