import { SupportedRoutePaths } from '../types'; export declare function isSupportedAuthApiRoutePath(path?: string): path is SupportedRoutePaths;