/** * Resolve the Auth UI view path from App Router catch-all params. * Defaults to `sign-in` when the segment is missing/empty. */ export declare function resolveAthenaAuthViewPath(pathSegments: string | string[] | undefined | null): string; /** * Resolve the Settings UI path segment from App Router dynamic params. */ export declare function resolveAthenaSettingsPath(path: string | string[] | undefined | null): string;