import { Definition } from 'typescript-json-schema'; export declare const getMock: (schema: any) => Promise; export declare const fakerGenerate: (schema: Definition) => any;