import { IHeaderPredicate } from "../interfaces/HeaderPredicate";
export declare function uriMatch(uri: string): IHeaderPredicate;
export declare function identifierMatch(identifier: string): IHeaderPredicate;
export declare function attributeItemNameMatch(name: string): IHeaderPredicate;
export declare function localIdentifierMatch(localIdentifier: string): IHeaderPredicate;
export declare function composedFromUri(uri: string): IHeaderPredicate;
export declare function composedFromIdentifier(identifier: string): IHeaderPredicate;
