export declare const command = "start"; export declare const describe = "Start the exporter"; export { builder } from "./builder"; export { handler } from "./handler";