import { type Builder } from '@angular-devkit/architect';
import type { JsonObject } from '@angular-devkit/core';
import type { Options } from './options';
import type { Format } from './ori-schema';
declare const builder: Builder<Options & JsonObject>;
export type { Format, Options };
export default builder;
