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