import { IGatsbyPage, IGatsbyState } from "../redux/types"; export declare function findPageByPath(state: IGatsbyState, path: string, fallbackTo404?: boolean): IGatsbyPage | undefined;