export interface NamespaceAuth { login: (input?: { username?: string; }) => void; } declare const auth: NamespaceAuth; export default auth;