export declare enum Type { PEM = "PEM", JKS = "JKS", PKCS12 = "PKCS12", JCEKS = "JCEKS" } export type DescribeTruststoreOutput = { id: string; name: string; type: string; truststoreFile: string; algorithm?: string; expirationDate?: string; };