import type { Command } from 'commander'; import type { Commands, FuelsConfig, CommandEvent } from '../types'; export declare const withConfigErrorHandler: (err: Error, config?: FuelsConfig) => Promise; export declare function withConfig(program: Command, command: CType, fn: (config: FuelsConfig, options?: Command) => Promise['data']>): () => Promise; //# sourceMappingURL=withConfig.d.ts.map