export * from './appendThriftObject';
export * from './readThriftObject';
export * from './readThriftMetadata';
export * from './normalizePath';
export declare function deepMerge(base: Base, update: Update): Base & Update;
export declare function overlayObjects(a: A, b: B): A & B;
export declare function overlayObjects(a: A, b: B, c: C): A & B & C;
export declare function overlayObjects(a: A, b: B, c: C, d: D): A & B & C & D;
export declare function overlayObjects(a: A, b: B, c: C, d: D, e: E): A & B & B & C & D & E;
export declare function formatUrl(requestUrl: string): string;