declare class DashboardLoginLinkInput {
    userId: string;
}
/**
 * Create new link for access to the express account dashboard
 * @description Eligible only for the express accounts
 */
declare const dashboardLoginLink: import("@lomray/microservice-helpers/services/endpoint").IReturnWithMeta<never, DashboardLoginLinkInput, Record<string, any>, {
    url: string;
}>;
export { dashboardLoginLink as default };
