export declare function listPresetsCommand(): Promise; export declare function showPresetCommand(presetName: string): Promise; export declare function validatePresetCommand(presetPath: string): Promise; export declare function testPresetCommand(presetName: string, options?: { message?: string; tokenCount?: number; verbose?: boolean; }): Promise; //# sourceMappingURL=preset-commands.d.ts.map