export declare class RepositoryNotFoundException extends Error {
    constructor(token: Function | string);
}
