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