import { Principal } from "./Principal"; export declare class AuthResult { authenticated: boolean; principal: Principal; }