export declare const invalidFSM = "The app you provided does not appear to be a valid app program"; export declare const slowInit = "Your storage should be active in ~60 seconds. Meanwhile, use \"fsh help\" to get started."; export declare const unknownInput = "Please provide either a .json/.ast file, or a .js file that uses the composer library"; export declare const errors: { lastAndLastFailed: string; };