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