export declare class Calendar {
    id: string;
    summary: string;
    colorId: string;
}
