import { Serializable, SerializableAsync } from "@js-soft/ts-serval"; import { CoreBuffer } from "@nmshd/crypto"; export declare class CoreUtil { static toBuffer(content: string | SerializableAsync | Serializable | CoreBuffer | ArrayBuffer | Uint8Array, verbose?: boolean): CoreBuffer; static toSerializable(value: Object): Serializable | SerializableAsync; } //# sourceMappingURL=CoreUtil.d.ts.map