import { Api } from "./resources/base";
export declare class Library {
    api: Api;
    constructor(config: {
        apiKey: string;
    });
}
