export interface ArgOptions { description?: string; type?: any; isNullable?: boolean; } export declare const defaultArgOptions: ArgOptions;