import { PerturbConfig } from "./types"; export default function createFsHelpers(c: PerturbConfig): { setup: () => void; teardown: () => void; paths: () => { sources: string[]; tests: string[]; }; };