/** * Gets the keys of an object with inferred typing. * @param object * @returns */ export declare const getObjectKeys: >(object: T) => (keyof T)[];