import { Connection } from 'typeorm';
export declare class PhrRecordService {
    private readonly connection;
    constructor(connection: Connection);
    createRecord(abhaAddress: string, userId: number): Promise<any>;
}
