export = AlreadyRunningError; declare class AlreadyRunningError implements Error { message: string; name: string; constructor(message: string); }