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