import Hashids from './hash-lib'; export declare class Hash { static hashids: Hashids; static encode(key: string): string; }