import { Auth, GetAuthParams } from '@d-id/client-sdk'; import { Api, Configurations, Props } from './components/types/types'; export declare function init(props: Partial & Props): { api: Omit; dataLayer: { [key: string]: any; event: string; }[]; }; export declare function getAuth(auth: GetAuthParams): Auth;