export default function getOptionsHash(options: {
    [key: string]: number | string | boolean | undefined;
}, length?: number): string;
