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