export declare class ScopeNotDefinedError extends Error {
    readonly name: string;
    constructor(isDefaultScope: boolean, scopeName?: string);
}
