interface ImportedVerifyingKeys {
    [key: string]: Array<[string, string]>;
}
interface ImportedPrograms {
    [key: string]: string;
}
export { ImportedVerifyingKeys, ImportedPrograms };
