export interface Options {
    manifest: string;
    powerShellModuleName: string;
    removeComments: boolean;
    prefixName?: string;
}
