import { WithLogs, ResourceWithNonOptionalMetadata } from '../models/resource'; declare function content(_: any, resource: WithLogs): string; declare const _default: { when: (resource: ResourceWithNonOptionalMetadata) => boolean; mode: { mode: string; label: string; content: typeof content; }; }; /** * The Logs mode for activations * */ export default _default;