export declare function getEventObjectByUid(client: any, calendar: any, uid: string): Promise<any>;
export declare function createEventResponse(success: boolean, operation: string, data: any, message?: string): {
    success: boolean;
    operation: string;
    resource: string;
    message: string;
    data: any;
};
