import type { VeryfrontApiClient } from "../../veryfront-api-client/index.js"; import { FileCache } from "../cache/file-cache.js"; import type { ContentContextProvider } from "./file-list-access.js"; import { PathNormalizer } from "./path-normalizer.js"; export declare class VeryfrontOperationsBase { protected readonly client: VeryfrontApiClient; protected readonly cache: FileCache; protected readonly normalizer: PathNormalizer; protected readonly contextProvider?: ContentContextProvider | undefined; constructor(client: VeryfrontApiClient, cache: FileCache, normalizer: PathNormalizer, contextProvider?: ContentContextProvider | undefined); } //# sourceMappingURL=base-operations.d.ts.map