import { PliCnfTSnapshotTokenType } from "./pli-cnf-snapshot-token-type"; export declare class PliCnfSnapshotToken { id: number; type: PliCnfTSnapshotTokenType; name: string; formula: string; promCodigo: number; createdAt: string; modifiedAt: string; constructor(); }