/**
 * function type
 *
 * @export
 * @enum {number}
 */
export declare enum FPFunctionType {
    /**
     * js function
     */
    JAVASCRIPT_FUNCTION = "javascript.function"
}
