export declare class SSMService {
    private static client;
    private static certificateCache;
    private static getClient;
    static getCACertificate(certPath: string, certName: string): Promise<string>;
    static getParameter(parameterName: string, withDecryption?: boolean): Promise<string>;
    static clearCache(): void;
    static getCacheStats(): {
        size: number;
        keys: string[];
    };
}
//# sourceMappingURL=ssm-service.d.ts.map