import type { MapperOutputs, MapperRawInputs } from './commonTypes';
export declare function startMapper(worklet: () => void, inputs?: MapperRawInputs, outputs?: MapperOutputs): number;
export declare function stopMapper(mapperID: number): void;
//# sourceMappingURL=mappers.d.ts.map