import { JsonCustomConvert } from 'json2typescript';
/**
 * @category Internal
 */
export declare class UriConverter implements JsonCustomConvert<string> {
    serialize(uri: string): any;
    deserialize(item: any): string;
}
//# sourceMappingURL=uri-converter.d.ts.map