export declare function getResourceIndicator(url: string): string; export declare function addResourceToParams(params: URLSearchParams, resource: string): void;