import { AutomationContextAware, HandlerContext } from "@atomist/automation-client/lib/HandlerContext"; /** * Convenient function to allow creating fake contexts. * Useful for testing * @param {string} workspaceId * @return {any} */ export declare function fakeContext(workspaceId?: string): HandlerContext & AutomationContextAware; //# sourceMappingURL=fakeContext.d.ts.map