/** * Method-meta defaults shared across every workflow plugin. Each plugin * spreads `...codeSubstrateDefaults` into its `createPluginMethod` / * `createPaginatedPluginMethod` config so we declare these once instead * of per plugin. * * `experimental: true` keeps every workflow method out of the stable SDK * factory — they're registered only by the experimental subpath * (`@zapier/zapier-sdk/experimental`) — and badges them in generated docs * and CLI help. */ export declare const codeSubstrateDefaults: { categories: string[]; experimental: true; }; //# sourceMappingURL=shared.d.ts.map