import { LegacyRecordType } from './LegacyRecordType.js'; import { RecordCategory } from './RecordCategory.js'; import { RecordSettings } from './RecordSettings.js'; export declare class RecordFactory { static getRecordCategory(type: LegacyRecordType): RecordCategory | undefined; static convert(types: LegacyRecordType[]): RecordCategory[]; static create(type: LegacyRecordType): RecordSettings | null; static createDoctorName(): RecordSettings; static createDoctorPhone(): RecordSettings; static createDoctorCategory(required?: boolean): RecordCategory; } //# sourceMappingURL=RecordFactory.d.ts.map