export declare const schema: (defaults: any) => { param: string; description?: string | undefined; type: string; default: any; }[];