export declare class ListSessionRegistrationsDto {
    page: number;
    limit: number;
    search?: string;
    download?: boolean;
}
