interface CFPD { inflatePrefix(text:string): string; deflatePrefix(text:string): string; inflateBase64(text:string): string; deflateBase64(text:string): string; langTable: CFPDLangTableItem[]; } declare module '@choiceform/os-cfpd' { const cfpd: CFPD; export = cfpd; }