export function getTestsFromFs(toolAdapter: any): Promise<{ byId: {}; screenPatterns: never[]; count: number; browserIds: Set; }>; export function findScreens(screenPatterns: any): Promise; export function askConfirm(question: any, { skipQuestions }?: { skipQuestions: any; }): Promise; export function identifyOutdatedScreens(screenPaths: any, screenPatterns: any): any[]; export function identifyUnusedScreens(fsTests: any, { toolAdapter, mergedDbPath }?: { toolAdapter: any; mergedDbPath: any; }): Promise; export function removeScreens(screenPaths: any): Promise;