import { Sim800Command } from './sim800-command';
export declare class CmgdaCommand extends Sim800Command {
    constructor(mode?: string);
}
