import type { TSchema } from '../schema/index'; import { TExclude } from './exclude'; import { type TTemplateLiteral, type TTemplateLiteralToUnion } from '../template-literal/index'; export type TExcludeFromTemplateLiteral = (TExclude, R>); export declare function ExcludeFromTemplateLiteral(L: L, R: R): TExcludeFromTemplateLiteral;