export declare const Errors: {
    dinoAlreadyBinded: string;
    routerNotRegistered: string;
    baseUriInvalid: string;
};
