/**
 * Validates that a recording URL points to Azure Communication Services
 * This prevents credential exfiltration via SSRF attacks.
 *
 * @param recordingUrl - The recording URL to validate.
 * @param parameterName - The parameter name for exception messages.
 */
export declare function validateRecordingUrl(recordingUrl: string, parameterName: string): void;
//# sourceMappingURL=recordingUrlValidator.d.ts.map