export declare const command = "import-public"; export declare const description = "Import a public, third-party endpoint"; export declare const builder: {}; export declare function handler(): Promise;