export interface PatchInitialSnapshotOptions { workspaceRoot: string; tenantName: string; namespace: string; cwd: string; } export default function patchInitialSnapshot({ workspaceRoot, tenantName, namespace, cwd, }: PatchInitialSnapshotOptions): Promise;