import { CommandGenerator, ICommandWithRaw } from './types';
declare const _default: (generator: CommandGenerator) => {
appVersion: () => ICommandWithRaw;
something: () => ICommandWithRaw;
something6: () => ICommandWithRaw;
something7: () => ICommandWithRaw;
};
export default _default;