import { BytesLike } from '@ckb-lumos/codec'; export declare function bytifyRawString(text: string): Uint8Array; export declare function bufferToRawString(source: BytesLike): string;