export declare function matchIsObject(value: unknown): value is object; export declare const getKeys: (object: T) => (keyof T)[];