import { ListNodeInfo } from './list-node-info';
/**
 * A response providing a collection of lists.
 *
 * @category Model Admin
 */
export declare class ListsResponse {
    /**
     * A collection of lists.
     */
    lists: ListNodeInfo[];
}
//# sourceMappingURL=lists-response.d.ts.map