import { LogicalException } from "node-exceptions";
export * from "node-exceptions";
export { LogicalException, InvalidArgumentException, } from "node-exceptions";
/**
 * @public
 */
export declare class InvalidNodePackageException extends LogicalException {
}
/**
 * @public
 */
export declare class InvalidBowerPackageException extends LogicalException {
}
