import { KMsgError } from "@k-msg/core";
export declare function mapSolapiError(error: unknown, providerId: string): KMsgError;
