import type { ReadWorkspaceFileResponse } from "./types.js"; export declare function readPluginWorkspaceFile(workspaceRoot: string, relativePath: string): Promise; //# sourceMappingURL=readPluginWorkspaceFile.d.ts.map