import { HandlerContext } from "@atomist/automation-client"; /** * Find the author name from the given screen name, which * comes in as a mapped parameter * @param {HandlerContext} ctx * @param {string} screenName * @return {Promise} */ export declare function findAuthorName(ctx: HandlerContext, screenName: string): Promise; //# sourceMappingURL=findAuthorName.d.ts.map