export interface BindCommandDependencies { isAgentContext?: () => boolean; } export declare function cmdBind(args: string[], dependencies?: BindCommandDependencies): Promise; //# sourceMappingURL=bind.d.ts.map