import type { Route } from '../../types.js'; import { type IOptiGraphClient as GraphQLClient } from '../../../../client/types.js'; import { type OptimizelyCmsRoutingApi } from '../types.js'; export declare class OptimizelyCms13Client implements OptimizelyCmsRoutingApi { private _changeset; enablePreview(changeset?: string): void; disablePreview(): void; getRoutes(client: GraphQLClient, siteId?: string, onlyWithDomain?: boolean): Promise; getRouteByPath(client: GraphQLClient, path: string, siteId?: string): Promise; getRouteById(client: GraphQLClient, contentId: string, locale: string, version: string | number): Promise; private convertResponse; private tryConvertResponse; private isNotNullOrUndefined; } export default OptimizelyCms13Client;