import { Exception } from '@dolittle/rudiments';
/**
 * Exception that gets thrown when a protobuf artifact is missing the artifact identifier.
 */
export declare class MissingArtifactIdentifier extends Exception {
    /**
     * Initializes a new instance of the {@link MissingArtifactIdentifier} class.
     */
    constructor();
}
//# sourceMappingURL=MissingArtifactIdentifier.d.ts.map