import { ArgsType } from '../types';
import type * as WorldUtils from '@yandex/ymaps3-world-utils';
export declare function worldToPixels(...args: ArgsType<typeof WorldUtils.worldToPixels>): Promise<ReturnType<typeof WorldUtils.worldToPixels>>;
export declare function pixelsToWorld(...args: ArgsType<typeof WorldUtils.pixelsToWorld>): Promise<ReturnType<typeof WorldUtils.pixelsToWorld>>;
