import type { IdGenerator } from './createIdGenerator'; export declare const encodeString: (string: string, idGenerator: IdGenerator) => string; export declare const decodeString: (encoded: string, words: Array) => string;