export declare const includeSpec: (spec: Partial, searchSpec: Partial) => boolean; export declare const setProperty: (target: T, path: Array, value: any) => T; export declare const getProperty: (target: any, path: Array, defaultValue?: T) => T;