export declare class PluginApiRequestError extends Error { constructor(message: string); } export declare class PluginApiRequestTooLargeError extends PluginApiRequestError { constructor(message: string); } export declare function classifyPluginApiRequestError(error: unknown): 400 | 404 | 413 | 500; //# sourceMappingURL=pluginApiRequestErrors.d.ts.map