type Ctx = {
  agentUserName: string;
};
export declare const getEventPrompt: (ctx: Ctx) => string;
export declare const getMergeRequestPrompt: (ctx: Ctx) => string;
export {};