/** * Parses headers from config leaving only those that have defined values * @param partialHeaders */ export declare function parseHeaders(partialHeaders?: Partial>): Record; export declare function appendResourcePathToUrlIfNotPresent(url: string, path: string): string; //# sourceMappingURL=util.d.ts.map