/** * `squeaky profile` - print the active cleaning profile plus the available * profiles with their tier sets and descriptions. * `squeaky profile ` - validate and persist the active profile. */ export declare function profileCommand(name?: string): Promise; //# sourceMappingURL=profile.d.ts.map