/** * image schema */ declare function createSchema(options: any): { inlines: { [x: number]: { isVoid: boolean; }; }; }; export default createSchema;