import { CmglStat } from '../interfaces/sim800-command.enums';
import { Sim800Command } from './sim800-command';
export declare class CmglCommand extends Sim800Command {
    constructor(stat?: CmglStat);
}
