export interface IResourcePath {
    DecodedUrl: string;
}
export declare function toResourcePath(url: string): IResourcePath;
//# sourceMappingURL=to-resource-path.d.ts.map