import * as t from "io-ts"; export declare const SingleSourceOperationMappingRT: t.IntersectionC<[t.IntersectionC<[t.TypeC<{ name: t.UnionC<[t.StringC, t.TypeC<{ stored: t.StringC; mapped: t.StringC; }>]>; }>, t.PartialC<{ description: t.StringC; singular: t.BooleanC; shallow: t.BooleanC; }>]>, t.PartialC<{ rootQuery: t.FunctionC; deriveWhereParams: t.FunctionC; }>]>;