export declare function createWindowsCmdShimFixture(params: {
    shimPath: string;
    scriptPath: string;
    shimLine: string;
}): Promise<void>;
