/** * @param secretKey - the secret key to compute the client id from * @returns the 32 char hex client id * @internal */ export declare function computeClientIdFromSecretKey(secretKey: string): string; //# sourceMappingURL=client-id.d.ts.map