/** * Shared runtime type guards. Internal to studio-sdk — never re-exported from * `index.ts` or any subpath, so it stays off the public plugin surface. */ export declare function isRecord(value: unknown): value is Record; //# sourceMappingURL=guards.d.ts.map