// packages/{{kebabCase feature}}/src/integrations/readers/index.ts // Public surface: type-only export. Implementation is internal. export type { I{{pascalCase feature}}Reader } from "./{{kebabCase feature}}.reader.interface";