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