import { BaseAsset } from '@apic/studio-client-model';
declare enum Kinds {
    DataPowerAssembly = "DataPowerAssembly",
    FreeFlowPolicySequence = "FreeFlowPolicySequence",
    StagedPolicySequence = "StagedPolicySequence",
    API = "API"
}
declare const isPolicyKind: (kind: string | null | undefined) => boolean;
declare const isProjectBelongsToDataPower: (assets: BaseAsset[]) => boolean;
declare const isProjectBelongsToDataPowerNanoGw: (assets: BaseAsset[]) => boolean;
declare const findPolicyKind: (apiAsset: any) => string;
export { isPolicyKind, isProjectBelongsToDataPower, isProjectBelongsToDataPowerNanoGw, findPolicyKind, Kinds };
//# sourceMappingURL=policy-helper.d.ts.map