declare const schema: { $schema: string; type: string[]; properties: { url: { anyOf: { type: string; }[]; }; }; additionalProperties: boolean; }; export default schema;