import type { SandboxGroupContext } from "./sandboxGroupContext.js"; /** Build the data-plane URL path scoped to the context's sandbox group. */ export declare function groupPath(context: SandboxGroupContext): string; /** Standard query parameters carrying the api-version. */ export declare function apiVersionQuery(apiVersion: string): Record; //# sourceMappingURL=helpers.d.ts.map