interface PromptOption {
    name: string;
    npm: string | null;
}
export default PromptOption;
//# sourceMappingURL=PromptOption.d.ts.map