export declare const matchWrittenFiles: (title: string, expectedFilesGetter: () => string[], shouldMatch: boolean) => [string, () => void]; export declare const matchWrittenConfig: (title: string, config: any, shouldMatch: boolean) => [string, () => void];