export default class AppRun {
    static generate(binary: string, sudo?: boolean): string;
}
