export declare enum ParentType { Mother = "Mother", Father = "Father", Stepfather = "Stepfather", Stepmother = "Stepmother", FosterParent = "FosterParent", Parent1 = "Parent1", Parent2 = "Parent2", Other = "Other" } export declare class ParentTypeHelper { static getName(type: ParentType): string; static getPublicTypes(): ParentType[]; } //# sourceMappingURL=ParentType.d.ts.map