mockScript should be typed more like: export declare function mockScript(scriptName: string, functionToCall: (param: string) => void): void;