declare var PDS2: { addEventListener(type: string, callback: EventListenerOrEventListenerObject | null, options?: AddEventListenerOptions | boolean): void; dispatchEvent(event: Event): boolean; removeEventListener(type: string, callback: EventListenerOrEventListenerObject | null, options?: EventListenerOptions | boolean): void; }; export function validateDesign(designConfig?: {}, options?: {}): { ok: boolean; issues: ({ path: string; message: string; ratio: number; min: number; context: string; } | { path: string; message: string; ratio: number; min: number; context?: undefined; })[]; }; export { PDS2 as PDS }; //# sourceMappingURL=pds.d.ts.map