export declare function isAccessor(object: any, field: string): boolean; export declare function walkProto(object: any, callback?: (proto: any) => void): void; export declare function kSort(object: Record): Record;