import { Converter } from '../targets'; export declare type PowershellCommand = 'Invoke-RestMethod' | 'Invoke-WebRequest'; export declare const generatePowershellConvert: (command: PowershellCommand) => Converter; //# sourceMappingURL=common.d.ts.map