export declare type AuthenticatedOn = {
    authenticatedOn: string;
};
