export interface MeshPruneOptions { confirmed: boolean; registryPath?: string | undefined; podRoot?: string | undefined; } export interface MeshPruneResult { meshName: string; meshRidHex: string; removed: boolean; removedMeshVaultRows: number; meshLedgerRetracted: boolean; localDirectoryRemoved: false; } export declare function meshPruneFlow(name: string, opts: MeshPruneOptions): Promise; //# sourceMappingURL=mesh-prune.d.ts.map