import { Sim800Command } from './sim800-command';
export declare class CmgrCommand extends Sim800Command {
    constructor(index: number);
}
