/**
 * Extract an error message from WMS error response XML
 * @param text
 * @param options
 * @returns a string with a human readable message
 */
export declare function parseWMSError(text: string, options: any): string;
//# sourceMappingURL=parse-wms-error.d.ts.map