import { BaseContext } from '@marinade.finance/ts-common'; import type { BaseContextConfig } from '@marinade.finance/ts-common'; export interface CLIContextConfig extends BaseContextConfig { commandName: string; } export declare class CLIContext extends BaseContext { readonly commandName: string; constructor(config: CLIContextConfig); } //# sourceMappingURL=context.d.ts.map