export declare class Tile { id: string; authKey: string; name: string; productCode: string; expectedTdtCmdConfig: string; constructor(id: any, authKey: any, name: any, productCode: any, expectedTdtCmdConfig: any); getAuthKey(): string; isFirmwareExpired(): boolean; getExpectedTdtCmdConfig(): string; } //# sourceMappingURL=Tile.d.ts.map