import { Tree } from '@nx/devkit';
import { Schema } from '../schema';
export declare function slsApplicationGenerator(host: Tree, schema: Schema): Promise<void>;
export default slsApplicationGenerator;
export declare const appSchematic: (generatorOptions: Schema) => (tree: any, context: any) => Promise<any>;
