import { SecretValue } from '@aws-cdk/core';
export declare const ssmSecret: (input: {
    name: string;
    version: string;
}) => SecretValue;
