import { ProvableType } from './provable-intf.js'; export { emptyWitness }; declare function emptyWitness(type: ProvableType): T;