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