///
export type ZkComponents = {
wasm: Buffer;
zkey: Uint8Array;
witnessCalculator: any;
};
export declare function fetchComponentsFromFilePaths(wasmPath: string, witnessCalculatorPath: string, zkeyPath: string): Promise;
export declare const vanchorFixtures: (prefix: any) => {
prove_2_2: (witness: any) => Promise;
vkey_2_2: () => Promise;
22: () => Promise;
prove_16_2: (witness: any) => Promise;
vkey_16_2: () => Promise;
162: () => Promise;
prove_2_8: (witness: any) => Promise;
vkey_2_8: () => Promise;
28: () => Promise;
prove_16_8: (witness: any) => Promise;
vkey_16_8: () => Promise;
168: () => Promise;
};
export declare const vanchorForestFixtures: (prefix: any) => {
prove_2_2: (witness: any) => Promise;
vkey_2_2: () => Promise;
22: () => Promise;
prove_16_2: (witness: any) => Promise;
vkey_16_2: () => Promise;
162: () => Promise;
prove_2_8: (witness: any) => Promise;
vkey_2_8: () => Promise;
28: () => Promise;
prove_16_8: (witness: any) => Promise;
vkey_16_8: () => Promise;
168: () => Promise;
};