export declare class AssetsUpdateError extends Error {
    data: any;
    url: string;
    constructor(url: string, data: any);
}
