export interface Options { readonly apiVersion: string; } export declare function generateAllApiObjects(outdir: string): Promise;