export declare type RunnerCard = { id: number; runner?: any; code: string; enabled: boolean; };