import { PrintfulError, PrintfulErrorCode } from './printful.error';
export declare class RequestError extends PrintfulError {
    status: number;
    constructor(message: string, status?: number, code?: PrintfulErrorCode);
}
