import { RandomString } from '../actions/input/inputSpecTypes'; export declare function getRandomString(generator: RandomString): string;