/// /// declare module '@alicloud/fun/lib/commands/config' { async function config(): Promise; export = config; }