import type { PathBuilderConfig } from "./types.js"; /** Standard scope guidance (matches gitops, connectors, services toolsets). */ export declare const SCOPE_BEHAVIOR_DOC: string; /** * Build v1 template-service base path from explicit resource_scope, or from * org_id/project_id presence when callers rely on legacy inferred scoping. */ export declare function templateV1BasePathFromScope(input: Record, config: PathBuilderConfig): string; //# sourceMappingURL=scope-utils.d.ts.map