import { CreateResponse, IListener, IUnmockOptions } from "./interfaces";
import { ServiceStore } from "./service/serviceStore";
export declare function responseCreatorFactory({ listeners, options, store, }: {
    listeners?: IListener[];
    options: IUnmockOptions;
    store: ServiceStore;
}): CreateResponse;
//# sourceMappingURL=generator.d.ts.map