//#region src/init/index.d.ts
/**
 * OPTIONS
 */
type InitOptions = {
  noGitignore?: boolean;
};
/**
 * MAIN LOGIC
 */
declare const initIntlayer: (rootDir: string, options?: InitOptions) => Promise<void>;
//#endregion
export { InitOptions, initIntlayer };
//# sourceMappingURL=index.d.ts.map