export declare class IdDto {
    readonly id: number;
}
