import { Component } from 'projen'; import { TypeScriptProject } from 'projen/lib/typescript'; /** * The Private component is a one-stop shop for all things * related to configuring a private repository. Instead of * ensuring that the project options are configured in a * "private" way, this component ensures that the output * enforces all our rules for private repositories regardless * of input. */ export declare class Private extends Component { constructor(project: TypeScriptProject); }