import { WAErrorType } from './error-type.js'; import { GError } from 'gerror'; export default function WAError(type: WAErrorType, message: string, details?: string): GError; //# sourceMappingURL=whatsapp-error.d.ts.map