import { IBundler } from "../../abstractions/bundler.type";
export declare class AwsBundler implements IBundler {
    bundle(controllerFileName: string, outputDir: string): Promise<void>;
}
