import { ActionContext } from '..'; export declare const changePassword: (context: ActionContext, { key }: { key: string; }) => Promise;