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