import { UnauthenticatedCommand } from './BaseCommand.ts'; export declare class DocsRobotsListCommand extends UnauthenticatedCommand { static paths: string[][]; search: string | undefined; category: string | undefined; limit: string | undefined; cursor: string | undefined; protected run(): Promise; } export declare class DocsRobotsGetCommand extends UnauthenticatedCommand { static paths: string[][]; robots: string[]; protected run(): Promise; } //# sourceMappingURL=docs.d.ts.map