import type { Auth, BrunoAuth } from '../types'; export declare const fromOpenCollectionAuth: (auth: Auth | undefined) => BrunoAuth; export declare const toOpenCollectionAuth: (auth: BrunoAuth | null | undefined) => Auth | undefined; //# sourceMappingURL=auth.d.ts.map