/** * Decode dcode-encoded data from certificate SANs. * Format: NN.. where NN is chunk index. */ export declare function decodeDomains(domains: string[], prefix: string): Uint8Array; export declare const bytesToHex: (b: Uint8Array) => string; //# sourceMappingURL=dcode.d.ts.map