import type { SchemaOf } from 'yup'; export interface GetSupplierPathParamsSchema { id: string; } export declare const getSupplierPathParamsSchema: SchemaOf;