import { AttributeValue, Attributes } from '@opentelemetry/api';
export declare const CLOUD_PLATFORM_MAPPING: {
    [cloudPlatformKey: string]: string;
};
export declare function wildcardMatch(pattern?: string, text?: AttributeValue): boolean;
export declare function attributeMatch(attributes: Attributes | undefined, ruleAttributes: {
    [key: string]: string;
} | undefined): boolean;
//# sourceMappingURL=utils.d.ts.map