export default class KjnTsBoilerplate {
    name: string;
    constructor(name: string);
    run(): void;
}
//# sourceMappingURL=index.d.ts.map