export declare const by: import('lodash').CurriedFunction3; export declare const outBy: import('lodash').CurriedFunction3; export declare const outById: import('lodash').CurriedFunction2, any, boolean>; export declare const byId: import('lodash').CurriedFunction2, any, boolean>; export declare const byPath: import('lodash').CurriedFunction2; export declare function exists(propertyKey: string | undefined, id: string, items: any[]): boolean;