import aksdk from "./AutentikarSDK";
declare global {
    const AutentikarSDK: typeof aksdk;
}
export default aksdk;
