declare function getHandler(filename: string, name: string): Promise; declare function throwInNextTick(error: Error): void; export { getHandler, throwInNextTick };