import type { EnvironmentBuilder } from '../types'; export declare const defaults: { RESET_PASSWORD_SECRET_TOKEN: string; }; export interface Actions { resetPasswordSecretToken: string; } export declare function GetActions(env: EnvironmentBuilder): Actions;