import Repository_ from './repository'; export declare namespace CodeCommit { const Repository: typeof Repository_; type Repository = Repository_; }