export declare function execSchtasks(args: string[]): Promise<{
    stdout: string;
    stderr: string;
    code: number;
}>;
