export declare const sign: (key: string[], message: string) => string[];
/**
 * https://docs.aws.amazon.com/ses/latest/dg/smtp-credentials.html#smtp-credentials-convert
 */
export declare const calculateSesSmtpPassword: (secretAccessKey: string, region: string) => string;
