import type { Graph, Workspace } from '@onerepo/graph'; import type { getVersionable } from './get-versionable'; export declare function requestVersioned(graph: Graph, versionable: Awaited>, message?: string): Promise;