import { AuthenticationOption } from "./common";
export interface MagicLinkAuthOption extends AuthenticationOption {
    expiration: number;
}
