import Auth0 from "../../types";
export interface PostChangePasswordOptions {
    cache?: Record<string, string>;
}
export interface PostChangePasswordState {
    cache: Auth0.API.Cache;
}
export declare function postChangePassword({ cache }?: PostChangePasswordOptions): {
    implementation: Auth0.API.PostChangePassword;
    state: PostChangePasswordState;
};
//# sourceMappingURL=post-change-password.d.ts.map