import type { StrapiCommand } from '../../types';
declare const action: () => Promise<void>;
/**
 * `$ strapi middlewares:list`
 */
declare const command: StrapiCommand;
export { action, command };
//# sourceMappingURL=list.d.ts.map