import { PhrRecordService } from "./abhaaddress_userid_mapping.service";
export declare class PhrRecordController {
    private readonly phrRecordService;
    constructor(phrRecordService: PhrRecordService);
    createRecord(abhaAddress: string, userId: number | null): Promise<any>;
}
