import { SchemaObject } from "./types"; export declare const sampleFromSchema: (schema?: SchemaObject) => any;