/**
 * Creates human-readable hash
 *
 * @public exported from `@promptbook/utils`
 */
export declare function linguisticHash(input: string): Promise<string>;
