import { ICommandHandler, IHandlerParameters } from "../../../../../cmd";
export default class SetHandler implements ICommandHandler {
    /**
     * Process the command and input.
     *
     * @param {IHandlerParameters} params Parameters supplied by yargs
     *
     * @throws {ImperativeError}
     */
    process(params: IHandlerParameters): Promise<void>;
}
//# sourceMappingURL=set.handler.d.ts.map