declare module 'firebase-tools' { const client: { emulators: { start(options: { cwd: string nonInteractive: boolean project: string projectDir: string }): Promise } } export = client } declare module 'firebase-tools/lib/emulator/controller' { const controller: { cleanShutdown(): Promise } export = controller }