import { RuleOptionSchemaCreator, RuleOptionHelpers } from '@sketch-hq/sketch-assistant-types';
/**
 * Combine multiple rule option schemas into one. We treat _all_ custom options
 * as required.
 */
declare const buildRuleOptionSchema: RuleOptionSchemaCreator;
declare const helpers: RuleOptionHelpers;
export { buildRuleOptionSchema, helpers };
//# sourceMappingURL=index.d.ts.map