export interface ShimVersionInfo { next: string; curr: string; prev: string; include: string[]; } export declare const ShimController: import("@becomes/purple-cheetah/types").Controller;