import type { Shareable } from './types'; export declare function isShareable(value: unknown): value is Shareable; //# sourceMappingURL=isShareable.d.ts.map