import { PliCnfText } from './pli-cnf-text'; export declare class PliCnfTextOption { id: number; description: string; pliCnfText: PliCnfText; }