import { type AppInfo } from '@commercelayer/cli-core';
declare const printScope: (scope: string | string[] | undefined) => string;
declare const promptApplication: (apps: AppInfo[], fields?: string[]) => Promise<any>;
export { printScope, promptApplication };
