export interface SharedHelper { name: string; module: string; signature: string; description: string; useInstead: string; } /** Return the static registry of shared helper functions for prompt injection. */ export declare function getSharedHelpers(): SharedHelper[]; /** * Format shared helpers as a markdown section for prompt injection. */ export declare function formatSharedHelpers(helpers: SharedHelper[]): string; //# sourceMappingURL=helpers.d.ts.map