import type { Schema } from '../../../schema/index.js'; export interface TransformPathsOptions { strict?: boolean; } export declare const transformPaths: (schema: Schema, paths: string[], { strict }?: TransformPathsOptions) => string[];