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