import type { SharedClient as OldSharedClient, SharedClientContext as OldSharedClientContext } from "@osdk/shared.client"; import type { SharedClient, SharedClientContext } from "@osdk/shared.client2"; export type FoundryPlatformMethod any> = [ method: number, path: string, flags?: number, contentType?: string, responseContentType?: string ] & { __funcBrand?: F; }; export declare function foundryPlatformFetch>(client: SharedClient | SharedClientContext | OldSharedClient | OldSharedClientContext, [httpMethodNum, origPath, flags, contentType, responseContentType,]: X, ...args: Parameters>): Promise>>>; export declare function parseUrl(baseUrl: string, endpointPath: string): URL; //# sourceMappingURL=foundryPlatformFetch.d.ts.map