import { Context, CustomQuery } from '@vue-storefront/core'; type LoginResponse = { token: string; }; export default function customLogin({ client, config }: Context, parms: CustomQuery): Promise; export {};