declare class URI {
    process(url: string, baseURL: string): Promise<string>;
}
declare const uri: URI;
export { uri };
