import { IEventsCustomFormatQueryDto } from "./interfaces/IEventsCustomFormatQueryDto";
export declare class EventsCustomFormatQueryDto implements IEventsCustomFormatQueryDto {
organizationNames?: string[];
displayPeriodEnd?: string;
displayPeriodStart?: string;
type?: string;
}