export declare const awsSecret: (params: {
    key: string;
    region?: string;
}) => Promise<string>;
