type TDefineErrorText = (status: number, error: { message?: string; geographicContext?: { asn: string; country: string; regionCode: string; }; }) => string; declare const defineErrorText: TDefineErrorText; export default defineErrorText; //# sourceMappingURL=define-error-text.d.ts.map