import { SamError } from "@osaedasia/sam";
/**
 * Error thrown when attempting to initialize LanguageService with an empty language configuration.
 * @extends SamError
 */
export declare class EmptyLanguageConfigurationError extends SamError {
}
