export declare function parseManifest(raw: string): string[]; export declare function shouldIncludeRelativePath(relPath: string, roots: string[]): boolean; export declare function syncFixture(sourceRoot: string, fixtureRoot: string, manifestPath: string): Promise;