import type LDAPSyntaxEncoder from "./types/LDAPSyntaxEncoder.mjs"; import { ASN1Element } from "@wildboar/asn1"; /** * @summary Convert a DirectoryString to a normal JavaScript `string`. * @function */ export declare function directoryStringToString(ds: ASN1Element): string; export declare const bitString: LDAPSyntaxEncoder; export declare const boolean_: LDAPSyntaxEncoder; export declare const countryString: LDAPSyntaxEncoder; export declare const deliveryMethod: LDAPSyntaxEncoder; export declare const directoryString: LDAPSyntaxEncoder; export declare const generalizedTime: LDAPSyntaxEncoder; export declare const ia5String: LDAPSyntaxEncoder; export declare const integer: LDAPSyntaxEncoder; export declare const jpeg: LDAPSyntaxEncoder; export declare const numericString: LDAPSyntaxEncoder; export declare const octetString: LDAPSyntaxEncoder; export declare const oid: LDAPSyntaxEncoder; export declare const otherMailbox: LDAPSyntaxEncoder; export declare const postalAddress: LDAPSyntaxEncoder; export declare const printableString: LDAPSyntaxEncoder; export declare const telephoneNumber: LDAPSyntaxEncoder; export declare const utcTime: LDAPSyntaxEncoder; /** * Specified in IETF RFC 4530: https://datatracker.ietf.org/doc/html/rfc4530 * * @param value * @returns */ export declare const uuid: LDAPSyntaxEncoder; export declare const certificate: LDAPSyntaxEncoder; export declare const certificateList: LDAPSyntaxEncoder; export declare const certificatePair: LDAPSyntaxEncoder; export declare const supportedAlgorithm: LDAPSyntaxEncoder; //# sourceMappingURL=syntaxEncoders.d.mts.map