import { EntityDict } from '../oak-app-domain'; import { FeatureDict as Ogb0FeatureDict } from "oak-general-business"; import { EntityDict as BaseEntityDict } from 'oak-domain/lib/types/Entity'; export declare function getWpProductTypeFromEnv(): EntityDict['wpProduct']['OpSchema']['type'][]; export declare function canStartPay(pay: ED['pay']['Schema'], features: Ogb0FeatureDict): boolean;