import { type GetAllOptions } from './GetAllOptions.js';
export interface OptionalGetAllOptions extends GetAllOptions {
    optional: true;
}
//# sourceMappingURL=OptionalGetAllOptions.d.ts.map