/** * Convert a data structure to JavaScript. * The output should be similar to JSON, but without the extra characters. * * Reference: https://github.com/nativewind/nativewind/blob/52d19cc8c14cd2b500ca129c302fcc6d80677bbb/packages/react-native-css-interop/src/metro/index.ts#L439-L491 */ export declare function stringify(data: unknown): string;