declare module "native-calls-wrapper" { export function createNativeDate(): any; export function forceGarbageCollection(): void; }