export declare class AssetsValidationError extends Error {
    problems: string[];
    constructor(problems: string[]);
}
