import { optionDef } from '../type'; export declare function getOptionIdent(type: 'short' | 'long', id: string, option: optionDef, prefix?: boolean): string | undefined;