import { InquirerQuestion } from 'skitch-types'; export interface TypeConfig { schema: string; type: string; } export declare const requires: (res: TypeConfig) => string[][]; export declare const change: ({ schema, type }: TypeConfig) => string[]; declare const questions: Array; export default questions;