import type { ManifestEntry } from '../spec/manifest.schema';
export declare function foldersInScope(entries: ManifestEntry[] | undefined, basePrefix?: string): ManifestEntry[];
export declare function workflowsInScope(entries: ManifestEntry[] | undefined, basePrefix?: string): ManifestEntry[];
export declare function deriveParentFolderId(workflowTarget: string, folderTargetToId: Map<string, string>): string | null;
