import { ADN } from "./types";
declare type GetCatalog = (options?: ADN.CatalogOptions) => Promise<ADN.Catalog["shows"]>;
export declare const getCatalog: GetCatalog;
export {};
