import { IGatsbyState, IGatsbyPage } from "../redux/types"; interface IGatsbyPageComponent { componentPath: string; componentChunkName: string; hasHeadComponent: boolean; } export declare const resetLastHash: () => void; export declare const getComponents: (pages: Array, slices: IGatsbyState["slices"], components: IGatsbyState["components"]) => Array; export declare const writeAll: (state: IGatsbyState) => Promise; export declare const startListener: () => void; export {};