import { Sampler } from './samplers';
import { Options, Schema, Specification } from './traverse';
export declare const SAMPLER_MAP: Map<string, Sampler>;
export declare const sample: (schema: Schema, options?: Options, spec?: Specification) => any | undefined;
export { Schema, Options, Specification, VendorExtensions } from './traverse';
