export default class Keccak256Query { readonly input: string; constructor(input: string); }