declare const workletNoop: () => void;
declare const noop: () => void;
export { noop, workletNoop };
