import { SpwItem, SpwItemKey } from "../../../abstract/item"; export declare class Delimiter extends SpwItem { static readonly kind = "delimiter"; get key(): SpwItemKey; }