import { UpsertStarkKeyInput } from '../types'; export declare const upsertStarkKey: (input: UpsertStarkKeyInput) => Promise;