export type InitAppOptions = { outputDir: string | undefined; rootDir: string | undefined; publicDir: string | undefined; staticDirs: string[]; staticPublisherWorkingDir: string | undefined; spa: string | undefined; notFoundPage: string | undefined; autoIndex: string[]; autoExt: string[]; name: string | undefined; author: string | undefined; description: string | undefined; serviceId: string | undefined; publishId: string | undefined; kvStoreName: string | undefined; }; export declare function action(actionArgs: string[]): Promise; //# sourceMappingURL=index.d.ts.map