import { PartialDeep } from './partial/partial';
export declare function createHydratedMock<T extends object>(_values?: PartialDeep<T>): T;
