export interface CollectLocalStuffOptions { workspaceRoot: string; tenantName: string; } export default function collectLocalStuff(options: CollectLocalStuffOptions): Promise;