import 'typings-global'; export declare let figlet: (textArg: string, optionsArg?: any) => Promise<{}>; export declare let figletSync: (textArg: string, optionsArg?: any) => boolean;