export type _TAppSailInitConfig = { source: string; build?: string; stack?: { runtime: string; lang: string; }; command?: string; scripts?: Record; memory?: number; platform?: 'javase' | 'war'; }; export declare function getAppSailZip(): Promise<_TAppSailInitConfig>; export declare function getAppSailName(): Promise; export declare function getContainerImageTag(): Promise; export declare function getCustomAppSailSource(): Promise;