import { Uri, UriRedirect } from "../types"; export declare function getImplementations(abstractApi: Uri, redirects: readonly UriRedirect[]): Uri[];