export type Authentication = {
    access_token: string;
    refresh_token: string;
};
//# sourceMappingURL=authentication.d.ts.map