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