import { ProxyRoute } from "@authhero/adapter-interfaces"; import { Database } from "../db"; export type ProxyRouteRow = Database["proxy_routes"]; export declare function rowToProxyRoute(row: ProxyRouteRow): ProxyRoute;