import { Fr } from "../aztec/fields/fields"; export declare function generateKeyPair(signature: string): Promise<[[Fr, Fr], Fr]>;