export declare const intro = "INTRO"; export declare const version = "VERSION"; export declare const step: (message: string, ...params: string[]) => void; export declare const error: (message: string) => string; export declare const fetchDefinitions: () => Promise<{ version: number; features: never[]; }>; //# sourceMappingURL=helpers.d.ts.map