export * from './otherUtils'; export * from './typeUtils'; export * from './componentStorage'; export * from './document'; export * from './date'; export * from './platform'; export * from './log'; export * from './format'; export * from './escPosPrinter'; export * from './miniRedux'; export * from './jsBridge'; export * from './image'; export * from './locales'; export * from './arrayUtils'; export * from './walletValidity'; export * from './common'; export * from './text-input'; export * from './number-input'; export * from './select'; export declare const setPisellUtilsConfig: (config: { [key: string]: any; }) => void; export declare const getPisellUtilsConfig: () => { [key: string]: any; };