export declare const command = "whisper "; export declare const desc = "Process file with whisper"; export { builder } from "./builder.js"; export { handler } from "./handler.js";