export interface AddToolsOptions {
    readonly?: boolean;
}
