import { Answers } from "./answers";
export interface Milirc {
    template: string;
    version: string;
    registry?: string;
    answers?: Answers;
}
