import type { AuthFrom, ClientSdk, IMockAuthMgmt } from '@forest-fire/types'; /** * Passing the in the management API returns the Firebase Client Auth API */ export declare const createClientAuth: (api: IMockAuthMgmt) => AuthFrom;