//#region src/main/djinni-types/sdcCoreInternalSdkCommonAsync.d.ts /** FIXME: this needs to be templated SDK-6874 */ interface BoolCallable { run(result: boolean): void; } /** FIXME: this needs to be templated SDK-6874 */ interface WrappedFuture { then(callback: BoolCallable): void; } interface SdcCoreInternalSdkCommonAsync_statics {} //#endregion export { SdcCoreInternalSdkCommonAsync_statics as n, WrappedFuture as r, BoolCallable as t };