import { ZGCommand, ZGCommandCode } from '../command';
export declare class ZGGetVersionCommand implements ZGCommand {
    code: ZGCommandCode.GetVersion;
    label: string;
    constructor();
    getCode(): ZGCommandCode;
    getLabel(): string;
}
//# sourceMappingURL=get-version.d.ts.map