declare function setupFiles(replacements: object, fileName?: string): void; declare function runSetup(): number; export { setupFiles, runSetup, };