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