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