export { AddSchema } from './collection/add'; export { CreateSchema } from './collection/create/create.schematic'; export { SnapshotSchema } from './collection/snapshot/snapshot.schematic'; export declare type Schematics = 'add' | 'create' | 'snapshot';