/** * Convert ACME key authorization into DNS-01 TXT record value. */ export declare function toDns01Value(keyAuthorization: string): string;