import { ActionsUnion, IGatsbyState } from "../types";
export declare const typeOwnersReducer: (typeOwners: IGatsbyState["typeOwners"] | undefined, action: ActionsUnion) => IGatsbyState["typeOwners"];
//# sourceMappingURL=type-owners.d.ts.map