export declare class AppSchema { name: string; appid: string; invokeUrl?: string; function?: { developToken?: string; developTokenExpire?: number; }; storage?: { endpoint: string; accessKeyId: string; accessKeySecret: string; sessionToken?: string; expire: number; }; static read(): AppSchema; static write(schema: AppSchema): void; static exist(): boolean; static refresh(): Promise; } //# sourceMappingURL=app.d.ts.map