import { Sim800Command } from './sim800-command';
export declare class CregStatusCommand extends Sim800Command {
    constructor();
}
