// public
export interface ApplicationScript
{
    run(): Promise<void>;
}