export declare class StarPrinterInformationLan {
    _macAddress: string | undefined;
    _ipAddress: string | undefined;
    get macAddress(): string | undefined;
    get ipAddress(): string | undefined;
}
