import type { IArtifactKindConfig } from '../../../../../domain'; export declare const BASE_64_ARTIFACT_TYPE = "embedded/base64"; export declare const BASE_64_ARTIFACT_ACCOUNT = "embedded-artifact"; export declare const Base64Match: IArtifactKindConfig; export declare const Base64Default: IArtifactKindConfig;