import { Options } from './types'; export declare function injectDll(processId: number, dllFile: string, options?: Options): Promise;