import { ICommand } from '../drpm.js'; export declare class ProfileCommand implements ICommand { execute({ options, subcommand }: { options?: any; subcommand?: string; }): Promise; } //# sourceMappingURL=profile.d.ts.map