/** * Decode a preview definition (simple XOR + Base64, no name mapping). * Preview definitions are version-proof — they use readable JSON * instead of index-based name mapping. */ export declare function decodePreviewDefinition(encoded: string): Record; //# sourceMappingURL=decode.d.ts.map