import { ActionsUnion, IGatsbyState } from "../types"; export declare const typeOwnersReducer: (typeOwners: { pluginsToTypes: Map>; typesToPlugins: Map; } | undefined, action: ActionsUnion) => IGatsbyState["typeOwners"];