export declare const isCallingRoot: (args: string[]) => boolean;
export declare const isOption: (piece: string) => boolean;
