import CommandBase from './commandBase';
export default class DeleteAllPreValues extends CommandBase {
    commandName: string;
    method(): any;
}
