interfacePruneFsProps {
mountPath: string;
currentBuildId: string;
}
/**
* Given `mountPath` and `currentBuildId`, delete all directories at `mountPath`
* that are not named `currentBuildId`
*/exportdeclarefunctionpruneFs(props: PruneFsProps): void;
export {};