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