export interface IdentityPayoutDTO {
    ethAddress: string;
}
export declare function parseIdentityPayoutDTO(data: any): IdentityPayoutDTO;
