export declare class ReferenceException extends Error {
    constructor(value: string, resources?: any[] | string | null, path?: string);
}
