export declare class StarPrinterInformationBluetoothLE {
    _address: string | undefined;
    get address(): string | undefined;
}
