/** * Decodes SDK tokens with embedded encoded data. */ export default class SdkTokenDecoder { private readonly sdkKey; private readonly decodedParams; constructor(sdkKey: string); private getDecodedValue; getEventIngestionHostname(): string | null; getSubdomain(): string | null; /** * Gets the raw SDK Key. */ getToken(): string; /** * Checks if the SDK Key had the subdomain or event hostname encoded. */ isValid(): boolean; } //# sourceMappingURL=sdk-token-decoder.d.ts.map