import Joi from "joi";
import { IGatsbyConfig, IGatsbyPage, IGatsbyNode } from "../redux/types";
export declare const gatsbyConfigSchema: Joi.ObjectSchema<IGatsbyConfig>;
export declare const pageSchema: Joi.ObjectSchema<IGatsbyPage>;
export declare const nodeSchema: Joi.ObjectSchema<IGatsbyNode>;
