import type { TSchema } from '../schema/index'; import { type TExtract } from './extract'; import { type TTemplateLiteral, type TTemplateLiteralToUnion } from '../template-literal/index'; export type TExtractFromTemplateLiteral = (TExtract, R>); export declare function ExtractFromTemplateLiteral(L: L, R: R): TExtractFromTemplateLiteral;