import type { IAmazonCertificate } from '../domain'; export declare class AmazonCertificateReader { static listCertificates(): PromiseLike<{ [accountId: string]: IAmazonCertificate[]; }>; }