import { GameAvatarMetadata } from './types'; export declare function createGameAvatarProps(seed: string, props?: Partial): GameAvatarMetadata;