import Joi from "joi";
import { IGatsbyConfig, IGatsbyNode } from "../redux/types";
export declare const gatsbyConfigSchema: Joi.ObjectSchema<IGatsbyConfig>;
export declare const nodeSchema: Joi.ObjectSchema<IGatsbyNode>;
//# sourceMappingURL=joi.d.ts.map