import { CreateStampArguments, CreateStampResponse } from 'services/stamps/types'; export declare const createStamp: ({ cityId, accountId, name, nftId, nftType, publicKey, signature, env, }: CreateStampArguments) => Promise;