import { WithLimits, hasLimits } from '../models/resource'; declare const _default: { when: typeof hasLimits; mode: { mode: string; label: string; content: (_: any, resource: WithLimits) => Promise<{ content: any; contentType: string; }>; }; }; /** * The Code mode applies to all Action resources. * */ export default _default;