/** * Page-tree hrefs for Auth UI screens. * * These are app routes (`/auth/sign-up`), not Discovery 1.1 / Auth HTTP topology. * Feature availability must not key off this tree. */ export declare function getAuthUiAuthPageHref(auth: { basePaths: { auth: string; }; viewPaths: { auth: Partial>; }; }, view: TView): string;