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