import { SchemaBuilder } from './SchemaBuilder';
import type { TypeOf } from './schema';
export * from './common';
export * from './schema';
/**
 * JSON Type default AST builder.
 */
export declare const s: SchemaBuilder;
export declare namespace s {
    type infer<T> = TypeOf<T>;
}
//# sourceMappingURL=index.d.ts.map