import { NavigationGuardNext, RouteLocationNormalized } from "vue-router"; import { AccountEntity, CompanyEntity, ServiceEntity } from "@agendize/js-agendize-api"; export declare const serviceLocationGuard: (to: RouteLocationNormalized, from: RouteLocationNormalized, next: NavigationGuardNext) => Promise; export declare function checkCompanyParameters(to: RouteLocationNormalized): Promise; export declare function checkServiceParameters(to: RouteLocationNormalized, company?: CompanyEntity, account?: AccountEntity, companyTagsContext?: string[]): Promise; //# sourceMappingURL=serviceLocationGuard.d.ts.map