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