import type { DimensionValue, TextStyle } from 'react-native'; import type { AnimatableValue } from './types.js'; export declare function isDevelopmentRuntime(devFlag?: boolean, nodeEnv?: string): boolean; export declare function toFontWeight(value: unknown): TextStyle['fontWeight'] | undefined; export declare function toPercentageDimension(value: unknown): DimensionValue | undefined; export declare function filterAnimatableStyle(style: Record | undefined): Record | undefined; //# sourceMappingURL=runtime-helpers.d.ts.map