import { NonNullishPartial } from "./types.js";
export declare function excludeNullish<T extends Record<PropertyKey, unknown>>(obj: T): NonNullishPartial<T>;
export declare function frameToBytes(op: string, body: unknown, tag?: string): Uint8Array;
