export declare const signIn: (username: string, password: string) => void; export declare const signOut: () => void; //# sourceMappingURL=auth-service.d.ts.map