/** * Command tracking utility */ /** * Wrapper to track command execution */ export declare function trackCommand(command: string, model: string | undefined, fn: () => Promise): Promise; //# sourceMappingURL=track-command.d.ts.map