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