// AUTO-GENERATED by atmn pull // DO NOT EDIT MANUALLY import type {} from "@useautumn/sdk"; declare module '@useautumn/sdk' { // Features export const messages: Feature; // Plans export const free: Plan; // Base types export type Feature = import('./autumn.config').Feature; export type Plan = import('./autumn.config').Plan; }