import { UUID } from '..'; export declare type NoneLiteral = { type: 'none'; data: { id: UUID; }; };