import { type CommandBuffer } from "./commandBuffer.js"; /** * Logs all the commands associated to a command buffer. * @param commandBuffer - The command buffer to log */ export declare function LogCommands(commandBuffer: Readonly): void; //# sourceMappingURL=commandBufferDebugger.d.ts.map