import { ConstructorFunction, IMocked } from './contracts.js'; export declare class Mock { static create = never>(): IMocked; }