import Vue from 'vue'; import { ILiveApply } from '@technology-all/meeting-manager-api/src/db/DbSchema'; import { IVenue } from '@technology-all/conference-venue-manager-api/src/db/DbSchema'; import { IUser } from '@technology-all/technonlogy-user-api/src/db/DbSchema'; declare const _default: import("vue/types/vue").ExtendedVue; addVenueList(val: any): void; cancelFinish(): void; confirmFinish(): Promise; delApply(row: ILiveApply): void; editLiveApply(row: ILiveApply): void; finishConfirm(index: number): Promise; addLiveApply(): Promise; cancelModal(): void; noticeLive(): void; confirmModal(): Promise; sendApplyNotice(liveApply: ILiveApply): Promise; changePage(index: number): void; changeTabs(str: string): void; initData(): Promise; initDate(): Promise; clearLiveApply(): void; showDate(date: Date): string; }, unknown, Record>; export default _default;