export declare const attendance: {
    title: string;
    type: string;
    properties: {
        name: {
            type: string;
        };
        description: {
            type: string;
        };
        imageUrl: {
            type: string;
        };
        entity: {
            type: string;
        };
        country: {
            type: string;
        };
        city: {
            type: string;
        };
        virtual: {
            type: string;
        };
        startDate: {
            type: string;
        };
        endDate: {
            type: string;
        };
        proofs: {
            type: string;
        };
    };
    required: string[];
    additionalProperties: boolean;
};
//# sourceMappingURL=attendance.d.ts.map