type TokenResponse = { token: string; expires_at: Date | null; }; type IntegratorTokenResponse = TokenResponse & { error?: string; }; export declare function baseUrl(): string; export declare function fetchExtensionsByInsertionPoint(insertion_point: string): Promise; export declare function fetchExtensionById(id: string): Promise; export declare function fetchIntegratorToken(id: string): Promise; export declare function fetchPlanningCenterToken(id: string): Promise; export declare function revokeIntegratorAddOn(id: string): Promise; export {}; //# sourceMappingURL=api.d.ts.map