declare module "openapi-sampler" {
  export function sample(schema:any, options?:any):any;
}