export declare const isObject: (candidate: unknown) => candidate is Record<string, unknown>;
