export declare const types: {
    getAll: typeof getAll;
};
/**
 *
 * HTTP API request for retrieving all the asset types.
 *
 * @since      0.1.0
 * @access     public
 *
 *
 * @return {Promise} Returns a promise with the request.
 *
 */
declare function getAll(): Promise<any>;
export {};
