import { Meta } from "./types"; export declare function resolveContraints(meta: Meta, constraints: string[]): string | undefined;