import type { Auth } from "../types"; export declare class NullAuth implements Auth { sign(): Promise; }