import type { RestEndpoint } from '../types'; export declare class ValidationError extends Error { constructor(name: string, message: string); } export declare const create: RestEndpoint<'AssetKey', 'create'>;