export type WorkflowTreeSnapshot = { readonly files: ReadonlySet; readonly fingerprint: string; }; export declare function workflowTreeSnapshot(projectDir: string, ignoredFiles?: ReadonlySet): WorkflowTreeSnapshot;