import { TestFixture } from "../../../lib";
export declare function deploysSuccessfully(fixture: TestFixture, language: string): Promise<void>;
export declare function fromStackCreatesDeployableApp(fixture: TestFixture, language: string): Promise<void>;
