/**
 * The definitive flattenToAppURL function
 * Flattens all the URLs in the response to the current app URL (or internalApiPath if set).
 */
export declare function bulkFlattenToAppURL<T>(data: T): T;
