export declare class IfcExpressionBuiltinConfigException extends Error {
    constructor(message: string);
}
