/**
 * Verify if the input is an object literal (or class).
 * @param input The object to verify
 */
export declare function isObject(input: unknown): input is Record<PropertyKey, unknown>;
//# sourceMappingURL=IsObject.d.ts.map