import { CodingPublishType, IOutputs } from '../types/appbuild'; export declare const INIT_VERSION = "0.0.0"; export declare const checkVersion: (value: string) => boolean; export declare const biggerThanVersion: (value?: string, lastVersion?: string) => boolean; export declare const getPublishAppId: (codingPublishType: CodingPublishType, outputs: IOutputs) => string | undefined;