import type LDAPSyntaxDecoder from "./types/LDAPSyntaxDecoder.mjs"; export declare const bitString: LDAPSyntaxDecoder; export declare const boolean_: LDAPSyntaxDecoder; export declare const countryString: LDAPSyntaxDecoder; export declare const deliveryMethod: LDAPSyntaxDecoder; export declare const directoryString: LDAPSyntaxDecoder; export declare const generalizedTime: LDAPSyntaxDecoder; export declare const ia5String: LDAPSyntaxDecoder; export declare const integer: LDAPSyntaxDecoder; export declare const jpeg: LDAPSyntaxDecoder; export declare const numericString: LDAPSyntaxDecoder; export declare const octetString: LDAPSyntaxDecoder; export declare const oid: LDAPSyntaxDecoder; export declare const otherMailbox: LDAPSyntaxDecoder; export declare const postalAddress: LDAPSyntaxDecoder; export declare const printableString: LDAPSyntaxDecoder; export declare const telephoneNumber: LDAPSyntaxDecoder; export declare const utcTime: LDAPSyntaxDecoder; /** * Specified in IETF RFC 4530: https://datatracker.ietf.org/doc/html/rfc4530 * * @param value * @returns */ export declare const uuid: LDAPSyntaxDecoder; export declare const certificate: LDAPSyntaxDecoder; export declare const certificateList: LDAPSyntaxDecoder; export declare const certificatePair: LDAPSyntaxDecoder; export declare const supportedAlgorithm: LDAPSyntaxDecoder; //# sourceMappingURL=syntaxDecoders.d.mts.map