import { Action } from '@kui-shell/plugin-openwhisk'; export declare const isAnApp: (action: Action) => boolean; export declare const extractActionsFromAst: (composition: any) => any[]; export declare const astAnnotation: (entity: any) => any; export declare const hasAst: (entity: any) => boolean; export declare const isValidAst: (maybe: any) => any;