export declare function reallyEmpty(value: any): boolean;
export declare function mergeDeep(target: any, ...sources: any): void;
export declare function fillMissingSpots(target: any, key: string | Array<string>): void;
