export interface CircuitScaffoldContext { getKzgParams: (k: number) => Promise; }