import type { Environment, HushContext, StoreContext } from '../types.js'; export interface HasOptions { store: StoreContext; env: Environment; key: string; quiet: boolean; json?: boolean; } export declare function hasCommand(ctx: HushContext, options: HasOptions): Promise; //# sourceMappingURL=has.d.ts.map