import * as t from "io-ts"; export declare const RelatedDocument: t.ExactC, t.PartialC<{ uid: t.UnionC<[t.StringC, t.NullC, t.UndefinedC]>; }>]>>; export type RelatedDocument = t.TypeOf;