/** * Link command for connecting current directory to a Bellwether Cloud project. */ import { Command } from 'commander'; export declare const linkCommand: Command; /** * Projects command for listing projects. */ //# sourceMappingURL=link.d.ts.map