export declare const DOCS = "https://docs.adminjs.co";
export declare const DEFAULT_PATHS: {
    rootPath: string;
    logoutPath: string;
    loginPath: string;
    refreshTokenPath: string;
};
