export declare type RsDocumentType = "uitspraak" | "conclusie";
export declare function getType(t: any, _id?: string): RsDocumentType;
