import type { MatcherExecutor, BASE64_ENCODED_TYPE } from '../../entities/types';
export declare const Base64EncodedStringMatcher: MatcherExecutor<typeof BASE64_ENCODED_TYPE>;
