export declare function isSafeSerializedPropName(name: string): boolean; export declare function serializeProps(props: Record): Record; export declare function stringifyProps(props: Record): string; //# sourceMappingURL=prop-serializer.d.ts.map