export interface ApplicationScript {
    run(): Promise<void>;
}
//# sourceMappingURL=application-script.d.ts.map