/** * The input data to be sent for checking account duplication. */ export declare class AccountDuplicationCheckInput { link: string; }