export declare enum Credentials {
    /**
     * The key of the username stored in the secretsmanager key/value json.
     */
    USERNAME = "username",
    /**
     * The key of the password stored in the secretsmanager key/value json.
     */
    PASSWORD = "password"
}
