/** * Page-size flag with the default AM API limits (20 default / 4000 max). * Use this for endpoints that accept the standard "size" pagination param; * orgs uses a slightly different range and defines its own. */ export declare const amPageSizeFlag: import("@oclif/core/interfaces").OptionFlag;