import { ApiErrorCode } from '../constants'; import { APIError } from '../types'; export declare const buildErrorStruct: ({ code, error, message, }: { code: string | ApiErrorCode; } & Partial) => APIError; //# sourceMappingURL=buildErrorStruct.d.ts.map