import type { HushContext, StoreContext } from '../types.js'; export interface InspectOptions { store: StoreContext; env: 'development' | 'production'; json?: boolean; } export declare function inspectCommand(ctx: HushContext, options: InspectOptions): Promise; //# sourceMappingURL=inspect.d.ts.map