interface QrOutput {
    docType?: string;
    given_name?: string;
    family_name?: string;
    birthdate?: string;
    registration_ta?: string;
    registration_district?: string;
    registration_village?: string;
    registration_date?: string;
    gender?: string;
    identifier?: string;
}
export declare function parseNrbQr(code: string): QrOutput | undefined;
export {};
