/**
 * Returns the string for the bash command to run
 * the license-check-and-add command.
 *
 * @param mode - The mode in which to run, one of "add" (default) or "remove".
 *
 * @example license('add')
 *
 * @returns The bash command string.
 */
export declare const license: (mode?: string) => string;
//# sourceMappingURL=license.d.ts.map