export declare const createDotAddressEncoder: (type: number) => (source: Uint8Array) => string; export declare const createDotAddressDecoder: (type: number) => (source: string) => Uint8Array;