import { HttpAgent } from '@dfinity/agent';
export type UserObject = {
    principal: string;
    agent: HttpAgent | undefined;
    provider: string;
};
