import Configstore from "configstore"; /** * Gets the configstore instance related to gatsby * @return the ConfigStore instance for gatsby */ export declare const getConfigStore: () => Configstore;