export interface IdentityDTO {
    id: string;
}
export declare function parseIdentityDTO(data: any): IdentityDTO;
