import { IGatsbyConfig } from "../internal"; type ConstructConfigObjectResponse = Pick; export declare function constructConfigObject(gatsbyConfig: IGatsbyConfig): ConstructConfigObjectResponse; export {};