import { IGatsbyState, ActionsUnion } from "../types";
export declare const remoteFileAllowedUrlsReducer: (state: Set<string> | undefined, action: ActionsUnion) => IGatsbyState["remoteFileAllowedUrls"];
