export declare enum Type { PEM = "PEM" } export type DescribeCertificateOutput = { id: string; name: string; type: string; certificateFile: string; expirationDate?: string; };