export interface SchematicGetOptions {
    collectionName: string;
    schematicName: string;
}
export interface SchematicAvailableOptions {
    name: string;
    description: string;
    aliases: string[];
    type: any;
    schematicType: any;
    schematicDefault: any;
}
declare const _default: any;
export default _default;
