import { GetProjectVersionService } from "../../abstractions/index.js"; declare class DefaultGetProjectVersionService implements GetProjectVersionService.Interface { cachedProjectVersion: string | null; execute(): string; } export declare const getProjectVersionService: import("@webiny/di").Implementation; export {};