export declare class EmptyMaterialError {
    private readonly _err;
    constructor(err: string);
    get err(): Error;
}
