/** Bounded by the shared manifest byte limit. Decode CMake command boundaries, * quoted/bracket arguments and comments without evaluating variables or calls. */ export declare function cmakeCommands(content: string): Array<{ name: string; args: string[]; }>; //# sourceMappingURL=manifest-cmake.d.ts.map